home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk132 / viewdir / viewd.notes < prev    next >
Text File  |  1995-03-19  |  1KB  |  24 lines

  1.   ViewDir - A Directory Reading program for your CLI C: directory
  2. PRINCIPAL REASON FOR revision, April 1990:
  3.   The agony was in the conceptualization rather than the coding.
  4. Reasoning went through these stages:
  5.   --A directory name would cause contents to be seen.
  6.   --Why not allow a file name, to examine specific file?
  7.   --Version 1 didn't give enough detail on specific file.
  8.   --Whoa!  If you may type a file name for details on the
  9. file ... you should get (total) details on the directory,
  10. as well as "contents" detail.  If you name an empty directory,
  11. you'd otherwise get <nothing>.
  12.   --Add indentation to make the DIR summary line stand out.
  13.   --Program doesn't use pattern matching, but SPAT might
  14. do the job.  Oops:  it doesn't, until following are added.
  15.   -> Permit file name to be enclosed in quotes.  Originally,
  16. the program just took the command line tail, and didn't like
  17. you to use quotes.  Now, either way will work.
  18.   -> SPAT likes to throw a bunch of spaces at the end of
  19. CLI command lines.  Extra parsing to skim them.
  20.   Some of the above is mechanics, some re-conceptualization.
  21. It should be no surprise that, with the above modifications,
  22. the program got smaller.
  23.                                --Jim B
  24.